go cd "multiple reports" of stack "Intro to HyperCard 2.0"
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=58 top=60 right=88 bottom=203
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: textmask1
-- part 6 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=57 top=96 right=145 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: textmask2
-- part 7 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=57 top=58 right=90 bottom=204
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: mask
-- part 3 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=44 top=52 right=154 bottom=268
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 1
----- HyperTalk script -----
on mouseUp
lock screen
showFld
show btn "new item"
unlock screen
end mouseUp
-- part 4 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=272 top=35 right=258 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info 1
----- HyperTalk script -----
on mouseUp
lock screen
hide me
hide cd btn "New Item"
end mouseUp
-- part 8 (button)
-- low flags: 80
-- high flags: A002
-- rect: left=336 top=224 right=247 bottom=453
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Item
----- HyperTalk script -----
on mouseUp
lock screen
hide btn mask
hide me
hide cd fld "info 1"
show cd fld "info 2"
unlock screen
end mouseUp
-- part 9 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=274 top=41 right=203 bottom=495
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info 2
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part contents for card part 1
----- text -----
After you have named your report, choose Report Items... from the Edit menu. This dialog box will appear—click on the white box
to learn more about it.
-- part contents for card part 4
----- text -----
This white box shows the actual printing size of the smaller boxes on the sample page in the Print Report dialog box.
Once you are in this dialog box, you select what exactly will print in your report, first by selecting New Item from the Items menu.
Click New Item here to see what will happen.
-- part contents for card part 9
----- text -----
Any time you are in this dialog box and select New Item from the Items menu, a dotted box will appear—this represents the size of the actual item that will print, and is resizable (in the actual dialog box, but not here).
You can put as many items into the box as space will permit.